@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,500,700,900');

* {
  margin: 0px;
  padding: 0px;
  font-family: 'Roboto', sans-serif;
  line-height: 26px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-weight: normal;
}

html {
  scroll-behavior: smooth;
}

/* navbar css */
header+.padding-top {
  margin-top: 67px;
}

.navbar.navbar-custom {
  padding: 0rem 1rem;
}

.nav-link {
  padding: 1.4rem 1rem;
}
.top_header span a{
	text-decoration: none;
	color: #fff;
}
.navbar-expand-lg .navbar-nav .nav-link {
  color: #262a37;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 15px;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.navbar-expand-lg .navbar-nav .nav-item.custom-nav-item:hover .nav-link {
  color: #362b6d;
}

ul.navbar-nav li.custom-nav-item:hover>div.custom-dropdown-menu {
  display: block;
}

/* .navbar-expand-lg .navbar-nav .nav-link:hover, .navbar-expand-lg .navbar-nav .nav-link:focus {
  background-color: #98d41c;
  color: #ffffff;
} */
ul.navbar-nav li.custom-nav-item {
  /* position: relative; */
}

ul.navbar-nav li.custom-nav-item .submenu-box {
  border-right: solid 1px #f1f2f3;
}

ul.navbar-nav li.custom-nav-item .submenu-box .media i {
  padding: 4px 0px;
}

ul.navbar-nav li.custom-nav-item .submenu-box:hover .media i {
  color: #ffffff;
}

ul.navbar-nav li.custom-nav-item>div.custom-dropdown-menu {
  position: fixed;
  top: 64.984px;
  z-index: 999;
  display: none;
  background-color: #ffffff;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1), 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  padding: 0px;
  left: 1rem;
  right: 0;
  width: 60%;
  margin: 0 auto;
  border: none;
  border-top: solid 2px #362b6d;
}

ul.navbar-nav li.custom-nav-item:hover>a::before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 10px;
  width: 0;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #362b6d;
  z-index: 2;
  margin: 0 auto;
}

ul.navbar-nav li.custom-nav-item:hover>a.portfolio-menu::before {
  display: none;
}

ul.navbar-nav li.custom-nav-item>div.custom-dropdown-menu .media {
  padding: 20px 0px;
}

ul.navbar-nav li.custom-nav-item>div.custom-dropdown-menu .submenu-box:hover {
  background-color: #98d41c;
}

ul.navbar-nav li.custom-nav-item>div.custom-dropdown-menu .submenu-box:hover a {
  color: #ffffff;
}

ul.navbar-nav li.custom-nav-item>div.custom-dropdown-menu a {
  display: block;
  width: 100%;
  color: #262a37;
  padding: 0px 10px;
  font-size: 13px;
  cursor: pointer;
  text-decoration: none;
}

ul.navbar-nav li.custom-nav-item>div.custom-dropdown-menu a:hover {
  color: #362b6d;
}

ul.navbar-nav li.custom-nav-item>div.custom-dropdown-menu p {
  padding: 0px 10px;
}

.navbar-custom .btn-phone-number {
  padding: 0.7rem;
}

.navbar-custom .btn-getaquote {
  padding: 0.7rem 2rem;
}

.home-bannerbox {
    /* background: url("../image/slider/slider-bg.png") no-repeat 0 0; */
  background-size: cover;
  height: 100%;
  background-position: 1%;
  /* padding-bottom: 19rem; */
  padding: 4rem;
  position: relative;
  overflow: hidden;
}

.dooted-bg {
  margin-bottom: 15px;
  margin-left: 10px;
  margin-right: 10px;
  animation: skew 3s infinite;
  transform: skew-dotted(2deg);
  animation-direction: alternate;
  opacity: 1;
  display: inline-block;
}

@keyframes skew-dotted {
  0% {
    transform: skewX(2deg);
  }

  100% {
    transform: skewX(-2deg);
  }
}

.home-headingbox .home-detailsingbox .headingwe-builds-text {
  color: #362B6B;
  font-size: 3.1rem;
}

.home-headingbox .home-detailsingbox .headinghealth-bold-text {
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 0px;
  line-height: 60px;
}

.home-headingbox .home-detailsingbox .divider-line {
  width: 148px;
  height: 6px;
  background-color: #ffffff;
  margin-bottom: 10px;
}

.divider-lineIndexService {
  width: 390px;
  height: 6px;
  background-color: #ffffff;
  margin-bottom: 10px;
}

.home-headingbox .home-detailsingbox .headingour-exper-text {
  color: #2196f3;
  font-family: "Myriad Pro";
  font-weight: lighter;
  font-size: 30px;
  margin: 0;
  line-height: normal;
}

.home-headingbox .home-detailsingbox .headingdesc-reg-text {
  font-family: "Myriad Pro";
  width: 94%;
}

.home-bannerbox .home-banner-blue-left-design {
  position: absolute;
  left: -210px;
  bottom: 0px;
  width: 27%;
  -webkit-animation: spin 59s linear infinite;
  -moz-animation: spin 59s linear infinite;
  animation: spin 59s linear infinite;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.home-bannerbox .home-banner-blue-left-secon-design {
  position: absolute;
  left: 50px;
  bottom: 170px;
  width: 12%;
  -webkit-animation: spin 59s linear infinite;
  -moz-animation: spin 59s linear infinite;
  animation: spin 59s linear infinite;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Products css */
.product-box {
  background: url("../image/product-home-bg.png") no-repeat 0 0;
  background-size: cover;
  background-position: 100%;
  display: inline-block;
  height: 100%;
  align-items: center;
  background-color: transparent;
  width: 100%;
  padding: 11rem 0px 14rem 0px;
  position: relative;
  top: -65px;
  position: relative;
}

.product-section-heading {
  position: relative;
  top: -40px;
  margin-bottom: 2rem;
}

.dna-iconbox {
  position: absolute;
  right: 0px;
  bottom: 0px;
  -webkit-animation: shimmy 3s infinite;
  animation: shimmy 3s infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

@-webkit-keyframes shimmy {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(20px, 50px);
    transform: translate(20px, 50px);
  }
}

@keyframes shimmy {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(20px, 50px);
    transform: translate(20px, 50px);
  }
}

.read-more-btn {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 8px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
}

.read-more-btn:hover {
  color: #10242b;
  text-decoration: none;
}

.MultiCarousel-inner .item:hover .pad15:before {
  content: '';
  position: absolute;
  bottom: 17px;
  left: 16px;
  right: 19px;
  height: 50px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 15px;
  z-index: -1;
}

.MultiCarousel-inner .item:hover .pad15:after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 30px;
  right: 30px;
  height: 50px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 15px;
  box-shadow: 0 14px 21px 0 rgba(178, 193, 199, .03);
  z-index: -3;
}

.card-yazı {
  background-color: transparent;
  position: relative;
  display: inline-block;
  margin-bottom: 0px;
  height: 100%;
  border-radius: 15px;
  box-shadow: 0px 0px 7px 3px rgba(0, 52, 74, 0.18);
  cursor: pointer;
  overflow: hidden;
}

.prev-next-box {
  position: absolute;
  top: -100px;
  right: 60px;
  background-color: red;
  width: 40px;
}

.prev-next-box .carousel-control-prev, .prev-next-box .carousel-control-next {
  color: #1b1b1b;
}

.prev-next-box .carousel-control-prev .carousel-control-prev-icon {
  padding: 13px;
  width: 10px;
  height: 10px;
  background-color: #362b6d;
  border-radius: 31px;
  box-shadow: 0 0 3px 2px #f1f2f3;
}

.prev-next-box .carousel-control-next .carousel-control-next-icon {
  padding: 13px;
  width: 10px;
  height: 10px;
  background-color: #362b6d;
  border-radius: 31px;
  box-shadow: 0 0 3px 2px #f1f2f3;
}

.card-yazı img {
  width: 100%;
}

.card-yazı img:first-child {
  display: none;
  position: absolute;
  top: 0px;
}

.card-yazı:hover img:first-child {
  display: block;
}

.isim.text-center {
  position: absolute;
  bottom: 10px;
  left: 0px;
  right: 0px;
}

.isim-box .custom_lightgray {
  color: #999999;
}

.isim-box .custom_lightgray:hover {
  color: #212529;
}

.isim p {
  font-size: 14px;
}

.MultiCarousel {
  float: left;
  overflow: hidden;
  padding: 0px;
  width: 100%;
  position: relative;
  height: 100%;
}

.MultiCarousel .MultiCarousel-inner {
  transition: 1s ease all;
  float: left;
}

.MultiCarousel .MultiCarousel-inner .item {
  float: left;
}

.MultiCarousel .MultiCarousel-inner .item>div {
  text-align: center;
  padding: 30px 10px;
  margin: 0px;
  background: transparent;
  color: #666;
  position: relative;
}

.MultiCarousel .leftLst, .MultiCarousel .rightLst {
  position: absolute;
  border-radius: 50%;
  top: calc(50% - 20px);
  color: #362b6d;
  background-color: #ffffff;
  /* border-color: #ffffff; */
  border-width: 2px;
  width: 40px;
  height: 40px;
  box-shadow: 0 0px 10px 2px #b8b5bf;
  margin-left: 20px;
  margin-right: 20px;
}

.MultiCarousel .leftLst:hover, .MultiCarousel .rightLst:hover {
  background-color: #362b6d;
  color: #ffffff;
}

.MultiCarousel .leftLst:active, .MultiCarousel .rightLst:active {
  background-color: #362b6d;
  color: #ffffff;
}

.MultiCarousel .leftLst {
  left: 0;
}

.MultiCarousel .rightLst {
  right: 0;
}

.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over {
  pointer-events: none;
  background: #ccc;
}

.MultiCarousel .leftLst .fa.fa-angle-left, .MultiCarousel .rightLst .fa.fa-angle-right {
  font-size: 26px;
}

/* Solutions Css */
.solutions-box {
  background: url("../image/solutions-bg.png") no-repeat 0 0;
  background-size: cover;
  background-position: 100%;
  display: inline-block;
  height: 100%;
  align-items: center;
  background-color: #ffffff;
  width: 100%;
  padding: 5rem 0px;
  padding-top: 0px;
}

.solutions-box h3 {
  font-weight: bold;
  color: #21273b;
}

.solutions-box .divider-line {
  width: 100px;
  height: 6px;
  background-color: #362b6d;
}

.solution-parent-description p {
  font-size: 14px;
  color: #4f4b4c;
  text-align: start;
  width: 74%;
  line-height: 20px;
}

.solution-ourmacra-service-text {
  color: #262a37;
  font-weight: 700;
  font-size: 19px;
}

.btn.solution-parent-btn {
  margin-bottom: 10px;
  padding: 5px 15px;
  font-size: 14px;
}

.solution-slideimgbox {
  float: left;
}

/* .solution-slideimgbox img {
  border: solid 4px #ffffff;
  box-shadow: 0 0 1px 1px #f1f1f1;
} */
.solution-detailimgbox {
  float: left;
}

.carousel-solution-slider .carousel-inner{
  height: 500px;
}

.solution-detailimgbox h5 {
  margin-top: 1rem;
  font-weight: 600;
  font-size: 2rem;
}

.solution-detailimgbox h5 span {
  border-bottom: solid 5px #212529;
}

.solution-detailimgbox>p {
  color: #4f4b4c;
  font-size: 18px;
  margin-bottom: 10px;
}

.solution-detailimgbox .solution-italic-text {
  color: #4f4b4c;
  font-weight: 800;
}

.solution-parent-description hr {
  width: 80%;
}

.btn.solution-parent-btn:hover {
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
}

.carousel-prevnextbox {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.prev-btn, .next-btn {
  background-color: #ffffff;
  color: #362b6d;
  padding: 13px;
  margin: 0 8px;
  text-align: center;
  display: inline-block;
  width: auto;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  box-shadow: 0 3px 10px 2px #e2dcef;
}

.prev-btn i, .next-btn i {
  font-size: 14px;
}

.prev-btn:hover, .next-btn:hover {
  background-color: #362b6d;
  color: #ffffff;
}

/* Services css */
.services-box {
  /* background-image: -webkit-repeating-linear-gradient(135deg, rgba(236, 236, 236, 1),
    rgba(236, 236, 236, 1) 1px, #ffffff 2px, #ffffff 2px, rgba(236, 236, 236, 1) 3px);
  background-image: -moz-repeating-linear-gradient(135deg, rgba(236, 236, 236, 1),
    rgba(236, 236, 236, 1) 1px, #ffffff 2px, #ffffff 2px, rgba(236, 236, 236, 1) 3px);
  background-image: -o-repeating-linear-gradient(135deg, rgba(236, 236, 236, 1),
    rgba(236, 236, 236, 1) 1px, #ffffff 2px, #ffffff 2px, rgba(236, 236, 236, 1) 3px);
  background-image: repeating-linear-gradient(135deg, rgba(236, 236, 236, 1),
    rgba(236, 236, 236, 1) 1px, #ffffff 2px, #ffffff 2px, rgba(236, 236, 236, 1) 3px);
  -webkit-background-size: 4px 4px;
  -moz-background-size: 4px 4px; */
  background: url("../image/service-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  height: 100%;
  text-align: center;
  background-color: #ffffff;
  width: 100%;
  padding: 9rem 0px 13rem 0rem;
  position: relative;
  overflow: hidden;
}

.section-heading {
  color: #262a37;
}

div#owl-example .owl-pagination {
  display: none;
}

.owl-carousel.owl-carousel-box .owl-theme .owl-controls {
  position: absolute;
  top: 40%;
  width: 100%;
}

.owl-carousel.owl-carousel-box .owl-controls.clickable {
  position: absolute;
  width: 101%;
  left: -12px;
  top: 40%;
}

.owl-carousel.owl-carousel-box .owl-controls.clickable .owl-buttons div {
  color: #97ca3e;
  display: inline-block;
  zoom: 1;
  display: inline;
  margin: 5px;
  padding: 0px;
  /* font-size: 12px; */
  /* -webkit-border-radius: 30px; */
  -moz-border-radius: 30px;
  /* border-radius: 30px; */
  background: #ffffff;
  filter: Alpha(Opacity=50);
  opacity: 1;
  width: 50px;
  height: 50px;
  box-shadow: 0 0 9px 4px #cccccc;
}

.owl-carousel.owl-carousel-box .owl-controls.clickable .owl-buttons .owl-prev .fa-stack {
  position: relative;
  display: inline-block;
  width: 0em;
  height: 0em;
  line-height: 0em;
  vertical-align: middle;
  font-size: 3rem;
  padding-left: 2.5rem
}

.owl-carousel.owl-carousel-box .owl-controls.clickable .owl-buttons .owl-next .fa-stack {
  position: relative;
  display: inline-block;
  width: 0.5em;
  height: 0em;
  line-height: 0em;
  vertical-align: middle;
  font-size: 3rem;
  padding-left: 2.5rem
}

.owl-carousel.owl-carousel-box .owl-controls.clickable .owl-buttons .owl-prev {
  float: left;
}

.owl-carousel.owl-carousel-box .owl-controls.clickable .owl-buttons .owl-next {
  float: right;
  margin-right: -14px;
}

.owl-carousel.owl-carousel-box .owl-controls.clickable .owl-buttons .owl-prev i:first-child, .owl-carousel.owl-carousel-box .owl-controls.clickable .owl-buttons .owl-next i:first-child {
  display: none;
}

.owl-carousel.owl-carousel-box .owl-controls.clickable .owl-buttons .owl-prev i, .owl-carousel.owl-carousel-box .owl-controls.clickable .owl-buttons .owl-next i {
  font-size: 24px;
  color: #212529;
  top: 12px;
}

.services-setting-iconbox {
  position: absolute;
  left: 100px;
}

.services-setting-iconbox img {
  -webkit-transform: rotateZ(360deg);
  transform: rotateZ(360deg);
  -webkit-animation: three 60s infinite;
  animation: three 60s infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  /* opacity: .7; */
}

@-webkit-keyframes three {
  0% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }

  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes three {
  0% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }

  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

.services-setting-iconbox img:first-child {
  width: 72%;
  left: -153px;
  position: relative;
}

.services-setting-iconbox img:last-child {
  position: absolute;
  left: 61px;
  top: 216px;
  bottom: 0px;
  width: 88%;
}

h2.section-heading.services-heading {
  position: relative;
  top: -160%;
}

.services-content {
  background-color: #ffffff;
  padding: 3rem 0px;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 0 18px 0px #b8d6e6;
  width: 220px;
  margin: 15px;
  display: inline-block;
  height: 293.234px;
}

.scrollbar-horizontal {
  overflow: hidden;
  overflow-y: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  white-space: nowrap;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}

.services-content h5 {
  color: #4f4b4c;
  margin-top: 1rem;
}

.services-imgbox img {
  width: 130px;
}

.services-content .custom_lightgray i {
  color: #999999
}

.services-content .custom_lightgray:hover i {
  color: #362b6d;
}

.service-box-content {
  position: relative;
  margin-bottom: 5rem;
}

.service-left-arrow {
  background-color: #ffffff;
  border: solid 1px #362b6d;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 42%;
  left: 0px;
  padding: 14px;
  box-shadow: 0 1px 8px 3px #e0d9ee !important;
}

.service-left-arrow:focus {
  outline: 0;
}

.service-right-arrow {
  background-color: #ffffff;
  border: solid 1px #362b6d;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 42%;
  right: 0px;
  padding: 14px;
  box-shadow: 0 1px 8px 3px #e0d9ee !important;
}

.service-right-arrow:focus {
  outline: 0;
}

.service-box-content .service-left-arrow.custom_darkgray i, .service-box-content .service-right-arrow.custom_darkgray i {
  color: #262a37;
}

.hidden {
  display: none;
}

.readmore-contantbox {
  display: table;
  width: 100%;
  height: 100%;
  /* border: solid 1px #ffffff; */
  position: relative;
  z-index: 999;
}

/* PORTFOLIO */
.portfolio {
  background-image: url("../image/portfolio-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0% 0%;
  display: inline-block;
  height: 100%;
  text-align: center;
  background-color: #ffffff;
  width: 100%;
  padding: 5rem 0px;
}

div#slider1 {
  display: inline-block;
  width: 100%;
}

.port-cont-iconbox {
  display: table;
  margin-right: 30px;
}

.fa.port-cont-icon {
  background-color: #ffffff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: table-cell;
  vertical-align: middle;
  color: #362b6d;
  font-size: 26px;
  box-shadow: 0px 6px 15px 3px #cde9f6;
}

.mobile-portfolio-iconbox {
  display: inline-block;
  /* width: 100%; */
  text-align: center;
}

.portfolio-img-mainbox {
  display: table;
  width: 100%;
  height: 100%;
}

.portfolio-img-box {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

/* INSIGHTS */
.insights-box {
  /* background-image: -webkit-repeating-linear-gradient(135deg, rgba(236, 236, 236, 1),
    rgba(236, 236, 236, 1) 1px, #ffffff 2px, #ffffff 2px, rgba(236, 236, 236, 1) 3px);
  background-image: -moz-repeating-linear-gradient(135deg, rgba(236, 236, 236, 1),
    rgba(236, 236, 236, 1) 1px, #ffffff 2px, #ffffff 2px, rgba(236, 236, 236, 1) 3px);
  background-image: -o-repeating-linear-gradient(135deg, rgba(236, 236, 236, 1),
    rgba(236, 236, 236, 1) 1px, #ffffff 2px, #ffffff 2px, rgba(236, 236, 236, 1) 3px);
  background-image: repeating-linear-gradient(135deg, rgba(236, 236, 236, 1),
    rgba(236, 236, 236, 1) 1px, #ffffff 2px, #ffffff 2px, rgba(236, 236, 236, 1) 3px);
  -webkit-background-size: 4px 4px;
  -moz-background-size: 4px 4px; */
  background: url("../image/insights-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 100%;
  text-align: center;
  width: 100%;
  padding: 13rem 0px;
  overflow: hidden;
}

.insights-container {
  padding: 5rem 0px 5rem;
  position: relative;
}

.insights-container img.insight-left-design {
  position: absolute;
  left: 0px;
  top: -229px;
  width: 17%;
}

/* dotted rotate animation image */
.insights-container img.insight-right-design {
  position: absolute;
  right: -110px;
  top: -219px;
  width: 17%;
  -webkit-animation: spin 59s linear infinite;
  -moz-animation: spin 59s linear infinite;
  animation: spin 59s linear infinite;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.insights-container p {
  color: #666666;
  font-size: 14px;
}

.social-iconbox ul.nav-inline {
  display: inline-block;
  width: 100%;
  margin-bottom: 0px;
}

.social-iconbox ul.nav-inline li:first-child {
  font-size: 16px;
  vertical-align: text-bottom;
}

.social-iconbox ul.nav-inline li {
  display: inline-block;
  list-style: none;
  font-size: 24px;
  margin: 0 3px;
}

.social-iconbox ul.nav-inline li i.facebook {
  color: #2a436b;
}

.social-iconbox ul.nav-inline li i.twiiter {
  color: #55acee;
}

.social-iconbox ul.nav-inline li i.googleplus {
  color: #dd4b39;
}

.commentlike-box a {
  text-decoration: underline;
  color: #10242b;
  font-weight: 500;
  margin-right: 5px;
}

.commentlike-box span {
  color: #10242b;
  font-weight: 500;
}

.insight-icon-box {
  display: inline-block;
  width: 100%;
}

.insight-img {
  margin-bottom: 15px;
  margin-left: 10px;
  margin-right: 10px;
  animation: skew 3s infinite;
  transform: skew-insight(2deg);
  animation-direction: alternate;
  opacity: 1;
  display: inline-block;
}

@keyframes skew-insight {
  0% {
    transform: skewX(2deg);
  }

  100% {
    transform: skewX(-2deg);
  }
}

.insight-icon-box img {
  width: 150px;
}

.insight-img:hover .insight-blue-icon {
  display: block;
  position: absolute;
}

.insight-blue-icon {
  position: absolute;
  top: 0px;
  display: none;
}

img.insight-news-icon {
  position: relative;
  top: -2rem;
}

img.insight-casestudy-icon {
  position: relative;
  top: 3rem;
}

img.insight-research-icon {
  position: relative;
  top: 1rem;
}

img.insight-resources-icon {
  position: relative;
  top: -2rem;
}

/* About us */
.aboutus-box {
  background-image: url("../image/about-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  height: 100%;
  text-align: center;
  background-color: #f9f9f9;
  width: 100%;
  padding: 11rem 0 30rem 0px;
}

.aboutus-heading {
  margin-bottom: 20px;
  position: relative;
  top: -50%;
}

.aboutus-content {
  background: transparent;
  padding: 15px;
  text-align: start;
  color: #ffffff;
  font-weight: 300;
  position: relative;
  top: 11rem;
  /* box-shadow: 0 0 2px 1px #07133a; */
}

.aboutus-content p {
  float: right;
  line-height: 20px;
  width: 100%;
  text-shadow: 0px 1px 2px #000;
  font-weight: 400;
  margin-bottom: 1rem;
}

.aboutus-content a {
  width: auto;
  box-shadow: none;
}

.aboutus-content a:hover {
  color: #ffffff;
  text-decoration: none;
}

/* Happy Client */
.happyclient-box {
  background: url("../image/happyclient-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  height: 100%;
  text-align: center;
  background-color: #f9f9f9;
  width: 100%;
  padding: 10rem 0px;
  padding-bottom: 9rem;
  position: relative;
  overflow: hidden;
}

.happy-client-dna-bg {
  position: absolute;
  left: 0px;
  animation: skew 2s infinite;
  transform: skew(2deg);
  animation-direction: alternate;
  opacity: 1;
  width: 30%;
  top: -6px;
  height: 92%;
}

@keyframes skew {
  0% {
    transform: skewX(2deg);
  }

  100% {
    transform: skewX(-2deg);
  }
}

.happyclient-heading {
  position: relative;
  top: -200%;
}

.section-heading.product-heading:after {
  left: -46px;
}

.section-heading.services-heading:after {
  left: -45px;
}

.section-heading.solutions-heading:after {
  left: -48px;
}

.section-heading.insights-heading:after {
  left: -44px;
}

.section-heading.happyclient-heading:after {
  left: -91px;
}

/* testimonail Css Start */
.testimonial {
  margin: 0 15px;
}

.testimonial .content {
  padding: 15px 10px;
  margin-bottom: 15px;
  margin-top: 15px;
  position: relative;
  background: #ffffff;
  min-height: 100px;
  display: inline-block;
  transition: all 1s ease-in-out;
  cursor: pointer;
}

.testimonial .content:hover {
  box-shadow: 0 0 14px 0px #ebeff1;
}

.testimonial .content:after {
  content: "";
  border-bottom: 10px solid #ffffff;
  border-left: 10px solid transparent;
  border-right: 9px solid transparent;
  position: absolute;
  top: -8px;
  left: 14.5%;
}

.testimonial .description {
  font-size: 15px;
  color: #777777;
  display: table-cell;
  vertical-align: middle;
  font-style: italic;
  margin-bottom: 10px;
}

.testimonial-pic {
  float: left;
}

.testimonial-pic>img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 4px solid #ffffff;
  margin-left: 20px;
}

.testimonial .testimonial-review {
  margin: 18px 0 0 15px;
  float: left;
  text-align: left;
}

.testimonial .testimonial-title {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: bold;
  margin: 0;
}

.testimonial>.testimonial-review span {
  color: #ffffff;
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
}

.quote i.quote-bottom {
  transform: rotate(-180deg);
}

.owl-pagination {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  display: inline;
}

.owl-theme .owl-controls .owl-page {
  display: table-cell;
  vertical-align: middle;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  background-color: #ffffff;
  border: solid 2px #362b6d;
  width: 15px;
  height: 15px;
}

.owl-theme .owl-controls .owl-page span {
  background: #000000;
  opacity: 1;
}

.owl-theme .owl-controls .owl-page span {
  border-radius: 0px;
  width: 10px;
  height: 10px;
  margin: 5px 6px;
  transition: all 0.1s ease-in-out;
}

/* our-partners */
.our-partnersbox {

  display: inline-block;
  height: 100%;
  text-align: center;
  background-color: #ffffff;
  width: 100%;
  padding: 25.7rem 0px;
  position: relative;
}

.ourpartners-heading {
  position: relative;
  top: -460%;
}

.developer-partner {
  color: #336600;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 1px;
}

.developer-partner-oneline {
  color: #404347;
  font-weight: 600;
}

/* dotted image rotate animation */
.our-partnersbox img.our-partners-right-design {
  position: absolute;
  left: -110px;
  bottom: 0px;
  width: 27%;
  -webkit-animation: spin 59s linear infinite;
  -moz-animation: spin 59s linear infinite;
  animation: spin 59s linear infinite;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Get-In-Touch */
.getintouchbox {
  background-image: url("../image/getintouch-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  height: 100%;
  text-align: center;
  background-color: #f9f9f9;
  width: 100%;
  padding: 4rem 0px;
  border-top: solid 1px #F2F2F2;
}

.getintouch-list-boxheading {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

ul.getintouch-list {
  padding: 0px;
}

ul.getintouch-list li {
  list-style: none;
  padding-left: 44px;
  line-height: 20px;
  font-size: 14px;
  padding-bottom: 10px;
  color: #67626a;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

ul.getintouch-list li:last-child {
  padding-bottom: 0px;
}

ul.getintouch-list li i {
  width: 20px;
  height: 25px;
}

ul.getintouch-list li span {
  display: inline-block;
  width: 80%;
  vertical-align: text-top;
  color: #10242b;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

ul.getintouch-list li a {
  color: #212529;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

ul.getintouch-list li b {
  color: #67626a;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.getintouchbox .country-name {
  color: #05376a;
  font-family: 'Poppins', sans-serif;
}

.leaveamessage-form {
  display: block;
  width: 100%
}

.leaveamessage-form .form-control {
  border-radius: 0px;
  border: solid 1px #777777;
}

/* Footer css*/
#foot{
  padding: 0;
}
.footer-box {
  display: inline-block;
  height: 100%;
  background-color: #262a37;
  width: 100%;
  /* padding: 2rem 0px; */
  padding-bottom: 0px;
  color: #ffffff;
}

.footer-menulink-heading {
  margin-bottom: 1rem;
  font-size: 15px;
}

.footer-menulink-heading a:hover {
  color: #362b6d;
  text-decoration: none;
  cursor: default;
}

ul.footer-linklist {
  padding: 0px;
}

ul.footer-linklist li {
  list-style: none;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  text-indent: 10px;
  color: #b5bdc5;
  margin-bottom: 0.5rem;
  cursor: pointer;
}

ul.footer-linklist li:hover {
  color: #ffffff;
}

ul.footer-linklist li:before {
  position: absolute;
  top: 5px;
  left: 0px;
  display: inline-block;
  border-top: 4px solid transparent;
  border-left: 4px solid #362b6d;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  content: " ";
}

.sub-footer {
  background-color: #000000;
  padding: 20px 0;
  width: 100%
}

ul.social-box {
  padding: 0px;
  margin-bottom: 0px;
}

ul.social-box li {
  cursor: pointer;
  list-style: none;
  text-decoration: none;
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 5px;
  padding: 5px;
  text-align: center;
  border-radius: 50%;
}

ul.social-box li.twitter:hover, ul.social-box li.facebook:hover {
  background-color: #252936;
}

ul.social-box li.twitter {
  background-color: #38a1f3;
}

ul.social-box li.facebook {
  background-color: #3b5998;
}

ul.social-box li a {
  color: #ffffff;
}

/* Sub Footer css */
.social-box {
  text-align: left;
}

.sub-footer-right {
  text-align: right;
}

.copyright-text {
  padding-top: 10px;
  display: inline-block;
  padding-right: 2rem;
}

.back-to-top {
  float: right;
  box-shadow: none;
}

/*== Services Page Css Start ==*/
/* service-bannerbox */
.service-bannerbox {
  background: url("../image/services-bg.png") no-repeat 0 0;
  background-size: cover;
  height: 122vh;
  background-position: 82%;
}

.service-bannerbox .container, .service-bannerbox .container .row {
  height: 100%;
}

.service-bannerbox .service-headingbox {
  display: table;
  height: 100%;
}

.service-bannerbox .service-detailsingbox {
  display: table-cell;
  vertical-align: middle;
}

.service-bannerbox .headingour-reg-text {
  color: #1f2047;
  font-weight: 500;
  font-size: 60px;
  line-height: 60px;
  text-align: left;
  align-items: start;
}

.service-bannerbox .headingserv-thin-text {
  font-weight: 100;
  font-size: 80px;
  line-height: 60px;
  text-align: left;
  align-items: start;
}

.service-bannerbox .divider-line {
  width: 162px;
  height: 7px;
  background-color: #ffffff;
  text-align: center;
  margin-bottom: 10px;
}

.service-bannerbox .headingdesc-reg-text {
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 7rem;
  word-break: break-word;
}

/* Service-Analytics */
.service-analytics {
  background-color: #ffffff;
  display: inline-block;
  width: 100%;
}

.service-cloudiconbox {
  background: url("../image/bubbles-bg.png") no-repeat 0 0;
  background-size: contain;
  background-position: center;
  margin-top: 4rem;
  -webkit-animation: pulse 3s ease infinite alternate, nudge 5s linear infinite alternate;
  animation: pulse 3s ease infinite alternate, nudge 5s linear infinite alternate;
}

.service-whiteiconbox {
  background: url("../image/white-bubbles-bg.png") no-repeat 0 0;
  background-size: contain;
  background-position: center;
  margin-top: 4rem;
  -webkit-animation: pulse 3s ease infinite alternate, nudge 5s linear infinite alternate;
  animation: pulse 3s ease infinite alternate, nudge 5s linear infinite alternate;
}

@keyframes nudge {
  0%, 100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(15px, 0);
  }

  80% {
    transform: translate(-15px, 0);
  }
}

.service-iconbox .service-icon {
  background-color: #ffffff;
  border-radius: 6%;
  box-shadow: 0px 0px 20px rgba(221, 231, 238, 0.19), 0 0px 40px rgba(221, 231, 238.23);
  -webkit-box-shadow: 0px 0px 20px rgba(221, 231, 238.19), 0 0px 40px rgba(221, 231, 238, 0.23);
  -moz-box-shadow: 0px 0px 20px rgba(221, 231, 238.19), 0 0px 40px rgba(221, 231, 238.23);
  width: 235px;
  margin: 0 auto;
}

.service-icon-description h4 {
  line-height: 20px;
  font-weight: bold;
}

.service-icon-description .divider-line {
  width: 77px;
  height: 5px;
  background-color: #1f2047;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 12px;
}

.service-icon-description p {
  color: #4f4b4c;
}

.service-icon-description .btn.btn-lightgreen.btn-knowmore {
  padding: 3px 6px;
  border-radius: 3px;
  font-size: 13px;
}

.service-icon-description a.custom_darkblue {
  font-size: 16px;
}

/* application.png */
.service-application {
  background: url("../image/application-bg.png") no-repeat 0 0;
  background-size: cover;
  background-position: top;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-top: 11rem;
  padding-bottom: 4rem;
}

/* Cloud.png */
.service-cloud {
  background: url("../image/cloud-bg.png") no-repeat 0 0;
  background-size: cover;
  background-position: top;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-top: 15rem;
  padding-bottom: 13rem;
}

.service-cloud .service-icon-description h4 {
  color: #1f2047;
}

/* Mobility */
.service-mobility {
  background: url("../image/mobility-bg.png") no-repeat 0 0;
  background-size: cover;
  background-position: top;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 11rem;
}

/* Security */
.service-security {
  background: url("../image/security-bg.png") no-repeat 0 0;
  background-size: cover;
  background-position: top;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

/* Internet of things */
.service-internetofthings {
  background: url("../image/internetofthings-bg.png") no-repeat 0 0;
  background-size: cover;
  background-position: top;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-top: 12rem;
  padding-bottom: 14rem;
}

.service-internetofthings .service-icon-description h4 {
  color: #1f2047;
}

/* Consulting Services */
.service-consultingservices {
  background: url("../image/consultingservices-bg") no-repeat 0 0;
  background-size: cover;
  background-position: top;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

/* Business Process Service */
.service-businessprocess {
  background: url("../image/businessprocess-bg.png") no-repeat 0 0;
  background-size: cover;
  background-position: top;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-top: 14.5rem;
  padding-bottom: 6.5rem;
}

/* Artificial Intelligence Service */
.service-artificialintelligence {
  background: url("../image/artificialintelligence.png") no-repeat 0 0;
  background-size: cover;
  background-position: top;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-top: 14.5rem;
  padding-bottom: 14.5rem;
}

/*== Product Page Css ==*/
/* Product-bannerbox */
.product-page-bgbox {
  background: url("../image/product-page-bg.png") no-repeat;
  height: 100vh;
  min-height: 1000px;
  padding-top: 10rem;
  padding-bottom: calc(10rem - 56px);
  background-position: center center;
  background-size: cover;
}

.product-page-bgbox-mobile {
  display: inline-block;
  width: 100%;
}

.product-page-bg-mobile {
  position: relative;
}

.product-headingbox-mobile {
  position: relative;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  padding: 15px;
}

.product-page-bgbox .container, .product-bannerbox .container .row {
  height: 100%;
}

.product-page-bgbox .product-headingbox {
  display: table;
  height: 100%;
}

.product-page-bgbox .product-detailsingbox {
  display: table-cell;
  vertical-align: middle;
}

.product-page-bgbox .headingour-reg-text {
  color: #1f2047;
  font-weight: 500;
  font-size: 60px;
  line-height: 60px;
  text-align: left;
  align-items: start;
}

.product-page-bgbox .headingserv-thin-text {
  font-weight: 100;
  font-size: 80px;
  line-height: 60px;
  text-align: left;
  align-items: start;
}

.product-page-bgbox .divider-line {
  width: 163px;
  height: 5px;
  background-color: #ffffff;
  text-align: center;
  margin-bottom: 10px;
}

.product-page-bgbox .headingdesc-reg-text {
  font-size: 21px;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 7rem;
  word-break: break-word;
}

.service-icon-description h4 {
  line-height: initial;
  font-weight: bold;
}

.product-icon-description .divider-line {
  width: 77px;
  height: 5px;
  background-color: #1f2047;
  text-align: center;
  margin-bottom: 16px;
}

.product-icon-description p.sub-heading i {
  color: #444444;
  font-weight: 1000;
  font-size: 22px;
}

.product-icon-description p {
  color: #4f4b4c;
}

.product-description-box {
  width: 90%;
  margin: 0 auto;
}

/* .product-icon-description p.sub-description {
    width: 90%;
} */
.product-icon-description .btn.btn-lightgreen.btn-knowmore {
  padding: 3px 6px;
  border-radius: 3px;
  font-size: 15px;
}

.product-icon-description a.custom_darkblue {
  font-size: 16px;
}

.product-img {
  position: absolute;
  top: -160px;
}

.product-radiologydna, .product-pacsdna, .product-mWorks, .product-cardiacdna, .product-mammodna,
.product-dosagedna, .product-ardna, .product-print3dna, .product-practodna, .product-inventorydna {
  margin-bottom: 5rem;
}

.product-radiologydna-mobile, .product-pacsdna-mobile, .product-mWorks-mobile, .product-cardiacdna-mobile,
.product-mammodna-mobile, .product-dosagedna-mobile, .product-ardna-mobile, .product-print3dna-mobile,
.product-practodna-mobile, .product-inventorydna-mobile, .product-ehealthdna-mobile {
  display: none;
}

.getintouchbox.product-getintouch-bg {
  background-image: url("../image/product-getintouch-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  height: 100%;
  text-align: center;
  background-color: #f9f9f9;
  width: 100%;
  padding: 13rem 0rem 4rem 0px;
  border-top: solid 0px #F2F2F2;
}

/*== Solutions Page Css Start ==*/
.solutions-bannerbox {
  /* background-image: url("");
  background-size: cover;
  height: 100%;
  background-position: 1%;
  padding-bottom: 17rem; */
}

.solutions-containt-box {
  top: 0px;
}

.solutions-containt-box h3.headingwe-giveyoubest-text {
  font-size: 48px;
  color: #1f2047;
  font-weight: bold;
}

.solutions-containt-box h3.headingwe-giveyoubest-text span {
  font-size: 60px;
  font-weight: 600;
}

.solutions-containt-box h1.headinghealth-bold-text {
  font-size: 72px;
  font-weight: bold;
}

.btn.btn-solution-rdemo {
  box-shadow: 0px 2px 3px 0px #12bfe2;
}

.solutions-service-left-box {
  background: url(../image/solutions-service-left-img.png) no-repeat 0 0;
  background-size: cover;
  background-position: 0px 0px;
  padding-bottom: 8rem;
}

.solutions-service-right-box {
  background: url(../image/solutions-service-right-img.png) no-repeat 0 0;
  background-size: cover;
  background-position: bottom;
  padding-bottom: 8rem;
}

/*== Product-1 Radiologydna Page Css =Vishal=*/
.productone-mainbox {
  background: url("../image/product_1/radiologydna-page-bg.png") no-repeat;
  padding-top: 5rem;
  padding-bottom: calc(31rem - 56px);
  background-position: center center;
  background-size: cover;
}

/*== Product-2 PacsDNA™ Page Css =Vishal=*/
.pacsdna-mainbox {
  background: url("../image/product_2/pacsdna-page-bg.png") no-repeat;
  padding-top: 5rem;
  padding-bottom: calc(31rem - 56px);
  background-position: center center;
  background-size: cover;
}

/*== Product-3 mWorks™ Page Css =Vishal=*/
.mworks-mainbox {
  background: url("../image/product_3/mWorks-page-bg.png") no-repeat;
  padding-top: 5rem;
  padding-bottom: calc(31rem - 56px);
  background-position: center center;
  background-size: cover;
}

/*== Product-4 CardiacDNA™ Page Css =Vishal=*/
.cardiac-mainbox {
  background: url("../image/product_4/cardiac-page-bg.png") no-repeat;
  padding-top: 5rem;
  padding-bottom: calc(31rem - 56px);
  background-position: center center;
  background-size: cover;
}

/*== Product-5 MammoDNA™ Page Css =Vishal=*/
.mammoDNA-mainbox {
  background: url("../image/product_5/MammoDNA™-banner-bg.png") no-repeat;
  padding-top: 5rem;
  padding-bottom: calc(31rem - 56px);
  background-position: center center;
  background-size: cover;
}

/*== Product-6 DosageDNA™ Page Css =Vishal=*/
.dosage-mainbox {
  background: url("../image/product_6/dosage_banner_bg.png") no-repeat;
  padding-top: 5rem;
  padding-bottom: calc(31rem - 56px);
  background-position: center center;
  background-size: cover;
}

/*== Product-7 ArDNA™ Page Css =Vishal=*/
.ardna-mainbox {
  background: url("../image/product_7/ardna-banner-bg.png") no-repeat;
  padding-top: 5rem;
  padding-bottom: calc(31rem - 56px);
  background-position: center center;
  background-size: cover;
}

/*== Product-8 Print3DNA™ Page Css =Vishal=*/
.print3dna-mainbox {
  background: url("../image/product_8/print3dna_banner_bg.png") no-repeat;
  padding-top: 5rem;
  padding-bottom: calc(31rem - 56px);
  background-position: center center;
  background-size: cover;
}

/*== Product-9 PractoDNA™ Page Css =Vishal=*/
.practodna-mainbox {
  background: url("../image/product_9/practodna_page_bg.png") no-repeat;
  padding-top: 5rem;
  padding-bottom: calc(31rem - 56px);
  background-position: center center;
  background-size: cover;
}

/*== Product-10 eHealthDNA™ Page Css =Vishal=*/
.inventorydna-mainbox {
  background: url("../image/product_10/inventorydna_banner_bg.png") no-repeat;
  padding-top: 5rem;
  padding-bottom: calc(31rem - 56px);
  background-position: center center;
  background-size: cover;
}

/*== Product-11 eHealthDNA™ Page Css =Vishal=*/
.eHealthdna-mainbox {
  background: url("../image/product_11/eHealthdna_banner_bg.png") no-repeat;
  padding-top: 5rem;
  padding-bottom: calc(31rem - 56px);
  background-position: center center;
  background-size: cover;
}

.radiologydna-headingbox .product-radiologydna-detailsingbox .headingour-reg-text {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 5px;
}

.radiologydna-headingbox .product-radiologydna-detailsingbox h1.headingserv-thin-text.text-white {
  font-weight: 900;
  font-size: 60px;
}
.text-white{
  color: #595859!important;
}
.radiologydna-headingbox .product-radiologydna-detailsingbox .divider-line {
  width: 162px;
  height: 7px;
  background-color: #99d31f;
  text-align: center;
  margin-bottom: 10px;
}

.productone-service-box.product-back-bg {
  background: url("../image/product_1/product-three-bg.png") no-repeat;
  background-size: contain;
  background-position: left;
}

.productone-service-box .productone-iconbox {
  position: relative;
}

.productone-service-box .productone-iconbox img:first-child, .productone-service-box .productone-iconbox-right img:first-child {
  animation: skew-one 2s infinite;
  transform: skew-one(-2deg);
  animation-direction: alternate;
  opacity: 1;
}

@keyframes skew-one {
  0% {
    transform: skewX(-2deg);
  }

  100% {
    transform: skewX(2deg);
  }
}

.productone-service-box .productone-iconbox img:last-child, .productone-service-box .productone-iconbox-right img:last-child {
  animation: skew-two 2s infinite;
  transform: skew-two(2deg);
  animation-direction: alternate;
  opacity: 1;
}

@keyframes skew-two {
  0% {
    transform: skewX(2deg);
  }

  100% {
    transform: skewX(-2deg);
  }
}

.productone-service-box .productone-icon {
  position: absolute;
  top: 60px;
  right: -30px;
  width: 68%;
}

.productone-service-box .productone-iconbox-right .productone-icon {
  position: absolute;
  top: 80px;
  left: -30px;
  width: 68%;
}

.information-exchange-mainbox {
  background: url("../image/product_1/information-exchange-bg.png") no-repeat;
  height: 100vh;
  min-height: 1000px;
  /* padding-top: 10rem; */
  /* padding-bottom: calc(10rem - 56px); */
  background-position: 100%;
  background-size: contain;
  padding: 8rem 0rem 4rem 0px;
}

/* Vishal */
.pacsdna-exchange-mainbox {
  background: url("../image/product_2/pacsdna_middle_bg.png") no-repeat;
  height: 100vh;
  min-height: 1000px;
  /* padding-top: 10rem; */
  /* padding-bottom: calc(10rem - 56px); */
  background-position: 100%;
  background-size: contain;
  padding: 8rem 0rem 4rem 0px;
}

/* Vishal */
.mworks-exchange-mainbox {
  background: url("../image/product_3/mworks-middle-bg.png") no-repeat;
  height: 100vh;
  min-height: 1000px;
  /* padding-top: 10rem; */
  /* padding-bottom: calc(10rem - 56px); */
  background-position: 100%;
  background-size: contain;
  padding: 8rem 0rem 4rem 0px;
}

/* Vishal */
.cardiac-exchange-mainbox {
  background: url("../image/product_4/cardiac-middle-bg.png") no-repeat;
  height: 100vh;
  min-height: 1000px;
  background-position: 100%;
  background-size: contain;
  padding: 8rem 0rem 4rem 0px;
}

/* Vishal */
.mammodna-exchange-mainbox {
  background: url("../image/product_5/mammodna_middle_bg.png") no-repeat;
  height: 100vh;
  min-height: 1000px;
  background-position: 100%;
  background-size: contain;
  padding: 8rem 0rem 4rem 0px;
}

/* Vishal */
.dosagedna-exchange-mainbox {
  background: url("../image/product_6/dosagedna_middle_bg.png") no-repeat;
  height: 100vh;
  min-height: 1000px;
  background-position: 100%;
  background-size: contain;
  padding: 8rem 0rem 4rem 0px;
}

/* Vishal */
.ardna-exchange-mainbox {
  background: url("../image/product_7/ardna_middle_bg.png") no-repeat;
  height: 100vh;
  min-height: 1000px;
  background-position: 100%;
  background-size: contain;
  padding: 8rem 0rem 4rem 0px;
}

/* Vishal */
.print3dna-exchange-mainbox {
  background: url("../image/product_8/print3dna_middle_bg.png") no-repeat;
  height: 100vh;
  min-height: 1000px;
  background-position: 100%;
  background-size: contain;
  padding: 8rem 0rem 4rem 0px;
}

/* Vishal */
.practodna-exchange-mainbox {
  background: url("../image/product_9/practodna_middle_bg.png") no-repeat;
  height: 100vh;
  min-height: 1000px;
  background-position: 100%;
  background-size: contain;
  padding: 8rem 0rem 4rem 0px;
}

/* Vishal */
.inventorydna-exchange-mainbox {
  background: url("../image/product_10/inventorydna_middle_bg.png") no-repeat;
  height: 100vh;
  min-height: 1000px;
  background-position: 100%;
  background-size: contain;
  padding: 8rem 0rem 4rem 0px;
}

/* Vishal */
.eHealthdna-exchange-mainbox {
  background: url("../image/product_11/eHealthdna_middle_bg.png") no-repeat;
  height: 100vh;
  min-height: 1000px;
  background-position: 100%;
  background-size: contain;
  padding: 8rem 0rem 4rem 0px;
}

.display-table {
  display: table;
  width: 100%;
  height: 100%
}

.display-table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.information-exchange-mainbox .service-icon-description p.product-description {
  font-weight: 500;
}

.information-exchange-mainbox .service-icon-description .product-info-text {
  font-weight: bold;
  color: #4f4b4c;
  font-size: 1.2rem;
}

.information-exchange-mainbox .service-icon-description .uder-list {
  /* font-weight: 500; */
  font-size: 18px;
}

.getintouchbox.productone-getintouch-bg {
  background-image: url("../image/product_1/radiologydna-getintouch-bg.png");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  height: 100%;
  text-align: center;
  background-color: #ffffff;
  width: 100%;
  padding: 0rem 0rem 4rem 0px;
  border-top: solid 0px #F2F2F2;
}

.getintouchbox.productone-getintouch-bg .productone-getintouch-row {
  padding-top: 20rem;
}

/*== Contact Page Css ==*/
.gray-bg {
  background-color: #f5f8fa;
}

.main-bg {
  background: url("../image/contactus-bottom-bg.png") no-repeat;
  background-position: 100%;
  background-size: cover;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.contactus-headingbox {
  border-bottom: solid 1px #999999;
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 5rem
}

.contactus-headingbox h1 {
  color: #1f2047;
  font-size: 4rem;
  font-weight: 600;
}

.contactus-headingbox p {
  font-size: 20px;
}

.right-side-design-star.text-right img {
  width: 10%;
  position: absolute;
  right: 0;
  top: -3%;
}

.contact-content-detailsbox {}

form.leave-message-form {
  box-shadow: 0 0 10px 0px #e6e6f2;
  padding: 4rem;
  background-color: #ffffff;
}

form.leave-message-form h1 {
  color: #262a37;
  font-weight: bolder;
  font-size: 36px;
}

form.leave-message-form .divider-line {
  border-bottom: solid 8px #98d41c;
  width: 60px;
  height: 5px;
}

form.leave-message-form label span {
  color: #fc0000;
}

form.leave-message-form input, form.leave-message-form textarea, form.leave-message-form select {
  border: solid 1px #b7b7b7;
  background-color: #f5f8fa;
  border-radius: 0px;
  height: 50px;
}

form.leave-message-form textarea {
  height: auto;
}

.country-addressbox.india-countrybox {
  background: url("../image/tajmahel-india.png") no-repeat;
  background-position: 72% 0;
  background-size: contain;
}

.country-addressbox.us-countrybox {
  background: url("../image/building-usa.png") no-repeat;
  background-position: center;
  background-size: contain;
}

.country-addressbox.india-countrybox .country-address-heading, .country-addressbox.us-countrybox .country-address-heading {
  font-weight: bold;
  color: #262a37;
}

.country-addressbox.india-countrybox p.country-address-details, .country-addressbox.us-countrybox p.country-address-details {
  color: #67626a;
  font-size: 16px;
  line-height: 20px;
  width: 50%;
  margin: 0 auto;
  letter-spacing: 2px;
  font-weight: 500;
}

.country-addressbox.india-countrybox .contact-number a, .country-addressbox.india-countrybox .contact-number i,
.country-addressbox.us-countrybox .contact-number a, .country-addressbox.us-countrybox .contact-number i {
  color: #262a37;
  letter-spacing: 2px;
  font-size: 24px;
  font-weight: bold;
}

ul.getintouch-list.contact-email-list li {
  font-size: 20px;
  padding: 0;
}

.bottom-social-icons {
  padding-top: 3rem;
  padding-bottom: 15rem;
}

.bottom-social-icons .social-twoicons a:hover {
  text-decoration: none;
}

.bottom-social-icons .social-twoicons a img {
  width: 40%;
}

.contact-pepole-img {
  /* position: absolute; */
  bottom: -170%;
  left: 2rem;
}

.contactus-circule-design {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 20%;
}

/*== Request Demo Form ==*/
.request-demo-form-heading {
  color: #1f2047;
  font-weight: 500;
}

.request-demo-heading:after {
  background-color: #362b6d;
  height: 5px;
  width: 100px;
  content: ""
}

.request-demo-headingbox .divider-line {
  border-bottom: solid 8px #362b6d;
  width: 60px;
  height: 5px;
  width: 38%;
  margin: 0 auto;
}

.section-heading.custom-theme-black.request-demo-heading:after {
  height: 8px;
  left: -193px;
  width: 80px;
}

/*== Portfolio Page Css ==*/
.portfolio-containt-box {
  top: 0px;
  width: 100%;
}

.portfolio-headingbox .portfolio-detailsingbox h1.headingapp-webdevelopment-text {
  font-size: 60px;
  font-weight: bolder;
}

.portfolio-headingbox .portfolio-detailsingbox .headingdelightfulh-medium-text {
  text-transform: uppercase;
  color: #1e2047;
  letter-spacing: 3px;
  margin-bottom: 15px;
  margin-top: 5px;
}

.portfolio-headingbox .portfolio-detailsingbox .btn-portfolio-contact {
  color: #362b6d;
  background-color: #1e2047;
  font-weight: bold
}

.portfolio-box {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.portfolio-box .portfolio-features-heading {
  color: #21273b;
  text-transform: uppercase;
  font-weight: bold;
}

.portfolio-box .portfolio-fetures-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(210, 235, 247, 1);
  -moz-box-shadow: 0px 5px 5px 0px rgba(210, 235, 247, 1);
  box-shadow: 0px 5px 5px 0px rgba(210, 235, 247, 1);
  padding: 1rem 0rem;
}

.portfolio-box .portfolio-fetures-box img {
  width: 100px;
  margin-bottom: 10px;
}

.portfolio-box .portfolio-fetures-box p {
  font-weight: 500;
}

.portfolio-box .rightside-star-design {
  right: 0px;
  top: 0px;
  width: 27%;
  z-index: -1;
}

.portfolio-box .leftside-circule-design {
  left: 0px;
  bottom: 0px;
  width: 10%;
  z-index: -1;
}

.portfolio-box .section-heading:after {
  width: 77px;
  left: -101px;
  height: 8px;
}

.portfolio-mobileapp-box {
  background: url("../image/portfolio/section-two-bg.png") no-repeat;
  background-size: cover;
  padding-top: 11rem;
  padding-bottom: 13rem;
}

.portfolio-mobileapp-secbox {
  position: relative;
}

.portfolio-mobileapp-secbox .divider-line {
  background-color: #ffcc00;
  height: 5px;
  width: 50px;
  margin-bottom: 5px;
}

.portfolio-mobileapp-box .divider-line {
  background-color: #ffcc00;
  height: 5px;
  width: 50px;
  margin-bottom: 5px;
}

.portfolio-mobileapp-fourbox .divider-line {
  background-color: #ffcc00;
  height: 5px;
  width: 50px;
  margin-bottom: 5px;
}

.portfolio-website-box .divider-line {
  background-color: #ffcc00;
  height: 5px;
  width: 50px;
  margin-bottom: 5px;
}

.portfolio-mobileapp-secbox .left-side-circule {
  left: 0px;
  width: 15%;
  bottom: -110px;
  z-index: -1;
}

.portfolio-mobileapp-secbox .right-side-circule {
  right: 0px;
  width: 15%;
  top: 0px;
}

.portfolio-mobileapp-box .appwebg-store-icon, .portfolio-mobileapp-secbox .appwebg-store-icon, .portfolio-website-box .appwebg-store-icon, .portfoliosix-website-box .appwebg-store-icon, .portfolioeight-website-box .appwebg-store-icon, .portfolionine-website-box .appwebg-store-icon, .portfolio-website-box .appwebg-store-icon  {
  width: 32%;
  margin-bottom: 5px;
}

.portfolio-mobileapp-fourbox {
  position: relative;
}

.portfolio-mobileapp-fourbox .left-side-circule {
  left: 0px;
  width: 15%;
  top: 0px;
  z-index: -1;
}

.portfolio-mobileapp-fourbox .right-side-circule {
  right: 0px;
  width: 15%;
  top: 0px;
  z-index: -1;
}

.portfolio-mobileapp-fourbox .appwebg-store-icon {
  /* width: 30%; */
  margin-bottom: 5px;
}

.portfolio-website-box {
  background: url("../image/portfolio/section-four-bg.png") no-repeat;
  background-size: cover;
  padding-top: 10rem;
  padding-bottom: 18rem;
  background-position: 100%;
}

.portfoliosix-website-box {
  background: url("../image/portfolio/section-six-bg.png") no-repeat;
  background-size: cover;
  padding-top: 10rem;
  padding-bottom: 18rem;
  background-position: 100%;
}

.portfoliosix-website-box .divider-line {
    background-color: #ffcc00;
    height: 5px;
    width: 50px;
    margin-bottom: 5px;
  }

.portfolioeight-website-box {
  background: url("../image/portfolio/section-eight-bg.png") no-repeat;
  background-size: cover;
  padding-top: 10rem;
  padding-bottom: 18rem;
  background-position: 100%;
}


.portfolionine-website-box {
  background: url("../image/portfolio/section-nine-bg.png") no-repeat;
  background-size: cover;
  padding-top: 10rem;
  padding-bottom: 18rem;
  background-position: 100%;
}

.portfolionine-website-box .divider-line {
    background-color: #ffcc00;
    height: 5px;
    width: 50px;
    margin-bottom: 5px;
}

.portfolioeight-website-box .divider-line {
    background-color: #ffcc00;
    height: 5px;
    width: 50px;
    margin-bottom: 5px;
  }

section.find-tour-subscribe {
  background-color: #f4fafa;
}

section.find-tour-subscribe p.find-subscribe-text {
  color: #757575;
}

section.find-tour-subscribe .portfolio-loading-btn {}

section.find-tour-subscribe .subscribe-btn span {
  background-color: #1e2047;
  color: #ffffff;
  cursor: pointer;
}

section.find-tour-subscribe .subscribe-btn span:hover, section.find-tour-subscribe .subscribe-btn span:focus {
  background-color: #111233;
}

/*== Carrer Page Css ==*/
.career-bg {
  background: url("../image/career/career-bg.png") no-repeat;
  background-size: cover;
  background-position: top;
  display: block;
  width: 100%;
}

.career-bg .career-resume-hiring-img {
  width: 90%;
  text-align: center;
  margin: 0 auto;
  display: block;
}

ul.job-opening-listbox {
  display: inline-block;
  width: 85%;
}

.job-opening-listbox li {
  display: inline-block;
  list-style: none;
}

.job-opening-listbox li.language-icon {
  width: 10%;
}

.job-opening-listbox li.language-name {
  width: 35%;
  color: #262a37;
}

.job-opening-listbox li.job-description {
  color: #4f4b4c;
  letter-spacing: 2px;
}

.career-bg .card-header [data-toggle="collapse"]:after {
  display: none;
}

.career-bg .card-header [data-toggle="collapse"]:after {
  display: none;
}

.getintouchbox.getintouch-careerbox {
  background-color: transparent;
  background: none;
}

.btn.btn-applynow {
  background-color: #262a37;
  color: #95d01b;
  box-shadow: 0 0 5px 3px #d7d9db;
  font-weight: bold;
  font-size: 14px;
}

.btn.btn-applynow:hover {
  background-color: #95d01b;
  color: #262a37;
}

/*== About Us Page ==*/
.aboutus-bannerbox .aboutus-container {
  top: 28%;
  width: 100%;
}

.aboutus-bannerbox .divider-line {
  width: 50px;
  height: 5px;
  background-color: #1f2047;
  margin-bottom: 10px;
}

.aboutus-bannerbox .aboutus-container .headingabout-text {
  font-weight: 500;
}

.aboutus-bannerbox .aboutus-container .headingabout-text,
.aboutus-bannerbox .aboutus-container .headingcompany-text {
  font-size: 8.3vw;
  color: #1f2047;
  line-height: 6.5rem;
}

.aboutus-bannerbox .aboutus-container .headingcompany-text {
  font-weight: bold;
}

.aboutus-bannerbox .our-partners-imgbox {
  bottom: 20px;
  right: 0%;
}

/*== Product Support ==*/
.aboutus-container.product-banner-bg{
  /* background: url("../image/product-support/support-bg.png") no-repeat;
  background-size: contain;
  background-position: right; */
  /* background-color: #f7f9ff; */
  background-color: transparent;
  overflow: hidden;
}
.aboutus-container.product-banner-bg{
    top: 44%;
    width: 100%;
    position: absolute;
}
.support-optionmainbox{
  background-color: #f7f9ff;
  display: block;
  width: 100%;
  padding-bottom: 2rem;
}
.support-optionbox.faq{
  background-color: #36dd91;
}
.support-optionbox.knowledgebase{
  background-color: #fb6254;
}
.support-optionbox.raiseaticket{
  background-color: #6c83f8;
}
.support-optionbox.contact{
  background-color: #ff9f00;
}
.support-optionbox img{
  width: 100%;
  padding: 15px;
}
.product-suport-left-side{
  bottom: 10rem;
  left: 0px;
  width: 10%;
}
.product-suport-right-side{
  bottom: 15rem;
  right: 0px;
  width: 15%;
}
/*== lazy loading css ==*/
#listings-container section {
    display:none;
}
.footerahref
{
	color: #b5bdc5;
}

ul.footer-linklist a:hover {
    color: #ffffff;
}

.Heatlenterspecial{
	font-size: 2rem;
    color: #2196f3;
}

.footerImageIcon
{
	width: 90px ;
    height: 65px ;
	padding-bottom: 7px;
	
}
.footerAlign
{
	margin-right: 60px !important;	
}
.sitemaphref
{
	color: #b5bdc5;
	font-size: 20px;
}

.policy {
  padding: 4rem;
}
.policy h1 {
  font-size: 1.75rem;
}
@media (min-width: 1200px){
.h1, h1 {
    font-size: 2.5rem;
}
}



 /* KEYFRAMES ========================================== */
 @-webkit-keyframes float {
	0% {
	  transform: translatey(0px);
	  transform: translatex(0px);
	}

	50% {
	  transform: translatey(-30px);
	  transform: translatex(20px);
	}

	100% {
	  transform: translatey(0px);
	  transform: translatex(0px);
	}
  }

  @-moz-keyframes float {
	0% {
	  transform: translatey(0px);
	  transform: translatex(0px);
	}

	50% {
	  transform: translatey(-30px);
	  transform: translatex(20px);
	}

	100% {
	  transform: translatey(0px);
	  transform: translatex(0px);
	}
  }

  @-o-keyframes float {
	0% {
	  transform: translatey(0px);
	  transform: translatex(0px);
	}

	50% {
	  transform: translatey(-30px);
	  transform: translatex(20px);
	}

	100% {
	  transform: translatey(0px);
	  transform: translatex(0px);
	}
  }

  @keyframes float {
	0% {
	  transform: translatey(0px);
	  transform: translatex(0px);
	}

	50% {
	  transform: translatey(-30px);
	  transform: translatex(20px);
	}

	100% {
	  transform: translatey(0px);
	  transform: translatex(0px);
	}
  }

  /* RESET ========================================== */

  /* POP-UP ========================================== */
  .pop-up {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0.9);
	-moz-transform: translate(-50%, -50%) scale(0.9);
	-ms-transform: translate(-50%, -50%) scale(0.9);
	-o-transform: translate(-50%, -50%) scale(0.9);
	transform: translate(-50%, -50%) scale(0.9);
	overflow-y: auto;
	box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.4);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 10;
	background-color: #fff;
	width: 100%;
	height: 100%;
  }

  @media (min-width: 768px) {
	.pop-up {
	  width: calc(100% - 40px);
	  height: auto;
	  max-width: 900px;
	}
  }

  .pop-up .content {
	width: 100%;
	max-width: 900px;
	overflow: hidden;
	text-align: center;
	position: relative;
	min-height: 100vh;
  }

  @media (min-width: 768px) {
	.pop-up .content {
	  min-height: inherit;
	}
  }

  .pop-up .content .container {
	padding: 100px 20px 140px;
  }
  @media (max-width: 568px) {
	.pop-up .content .container {
	  padding: 50px 20px 80px;
    margin: 0 auto;
    max-width: 350px;
	}
  }
  @media (min-width: 568px) {
	.pop-up .content .container {
	  padding: 50px 20px 80px;
	}
  }

  @media (min-width: 768px) {
	.pop-up .content .container {
	  padding: 70px 0px 90px;
	  /* max-width: 520px; */
	  margin: 0;
	}
  }

  .pop-up .content .close {
	position: absolute;
	top: 20px;
	left: 20px;
	font-size: 1.1rem;
	letter-spacing: 0.05rem;
	color: #3e4146;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
  }

  .pop-up .content .close:hover {
	cursor: pointer;
	color: #f66867;
  }

  .pop-up .content .dots .dot {
	position: absolute;
	border-radius: 100%;
	z-index: 11;
  }

  .pop-up .content .dots .dot:nth-of-type(1) {
	top: -80px;
	right: -80px;
	width: 160px;
	height: 160px;
	background-color: #58595b;
	-webkit-animation: float 6s ease-in-out infinite;
	-moz-animation: float 6s ease-in-out infinite;
	-o-animation: float 6s ease-in-out infinite;
	animation: float 6s ease-in-out infinite;
  }

  @media (min-width: 768px) {
	.pop-up .content .dots .dot:nth-of-type(1) {
	  top: -190px;
	  right: -190px;
	  width: 380px;
	  height: 380px;
	}
  }

  .pop-up .content .dots .dot:nth-of-type(2) {
	bottom: -120px;
	left: -120px;
	width: 240px;
	height: 240px;
	background-color: #362b6d;
	-webkit-animation: float 8s ease-in-out infinite;
	-moz-animation: float 8s ease-in-out infinite;
	-o-animation: float 8s ease-in-out infinite;
	animation: float 8s ease-in-out infinite;
  }

  .pop-up .content .dots .dot:nth-of-type(3) {
	bottom: -50px;
	right: -50px;
	width: 100px;
	height: 100px;
	background-color: #ffd84c;
	-webkit-animation: float 4s ease-in-out infinite;
	-moz-animation: float 4s ease-in-out infinite;
	-o-animation: float 4s ease-in-out infinite;
	animation: float 4s ease-in-out infinite;
  }

  .pop-up .content .title h1 {
	text-align: center;
	color: #362b6d;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 2.8rem;
	letter-spacing: 0.05rem;
  }

  .pop-up .content img {
	width: 100%;
	max-width: 220px;
	display: inline-block;
	margin: 30px 0 40px 0;
	opacity: 0;
	-webkit-transform: translateX(60px);
	-moz-transform: translateX(60px);
	-ms-transform: translateX(60px);
	-o-transform: translateX(60px);
	transform: translateX(60px);
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	-webkit-backface-visibility: hidden;
  }

  @media (min-width: 768px) {
	.pop-up .content img {
	  max-width: 300px;
	}
  }

  .pop-up .content .subscribe h1 {
	font-size: 1.5rem;
	color: #3e4146;
	line-height: 130%;
	letter-spacing: 0.07rem;
	margin-bottom: 30px;
  }

  .pop-up .content .subscribe h1 span {
	color: #f66867;
  }

  .pop-up .content .subscribe form {
	overflow: hidden;
  }

  .pop-up .content .subscribe form input {
	width: 100%;
	float: left;
	padding: 15px 20px;
	text-align: center;
	font-family: inherit;
	font-size: 1.1rem;
	letter-spacing: 0.05rem;
	outline: 0;
  }

  .pop-up .content .subscribe form input[type=email] {
	margin-bottom: 15px;
	border: 1px solid #bec1c5;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
  }

  @media (min-width: 768px) {
	.pop-up .content .subscribe form input[type=email] {
	  margin-bottom: 0px;
	  width: 75%;
	  border-right-width: 0px;
	}
  }

  .pop-up .content .subscribe form input[type=email]:focus {
	border-color: #3e4146;
  }

  .pop-up .content .subscribe form input[type=submit] {
	background-color: #8e6ac1;
	color: #fff;
	border: 1px solid #8e6ac1;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
  }

  @media (min-width: 768px) {
	.pop-up .content .subscribe form input[type=submit] {
	  width: 25%;
	}
  }

  .pop-up .content .subscribe form input[type=submit]:hover {
	cursor: pointer;
	background-color: #7349af;
	border-color: #7349af;
  }

  .pop-up.open {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-moz-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	-o-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
  }

  .pop-up.open img {
	opacity: 1;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
  }